[INFO] fetching crate sysaudit 0.1.0...
[INFO] fixing sysaudit-0.1.0 against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=start=2015 for pr-157817-2
[INFO] extracting crate sysaudit 0.1.0 into /workspace/builds/worker-1-tc1/source
[INFO] started tweaking crates.io crate sysaudit 0.1.0
[INFO] finished tweaking crates.io crate sysaudit 0.1.0
[INFO] tweaked toml for crates.io crate sysaudit 0.1.0 written to /workspace/builds/worker-1-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate sysaudit 0.1.0 on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate sysaudit 0.1.0 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded windows-core v0.59.0
[INFO] [stderr]   Downloaded wmi v0.14.5
[INFO] [stderr]   Downloaded windows v0.59.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] e696dc4803bac6bc73b171117b662a34f3598b3d074027c99db45551ccb35001
[INFO] running `Command { std: "docker" "start" "e696dc4803bac6bc73b171117b662a34f3598b3d074027c99db45551ccb35001", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "e696dc4803bac6bc73b171117b662a34f3598b3d074027c99db45551ccb35001" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "e696dc4803bac6bc73b171117b662a34f3598b3d074027c99db45551ccb35001", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "e696dc4803bac6bc73b171117b662a34f3598b3d074027c99db45551ccb35001" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=start=2015", kill_on_drop: false }`
[INFO] [stderr]    Compiling windows_x86_64_gnu v0.53.1
[INFO] [stderr]    Compiling rustix v1.1.3
[INFO] [stderr]     Checking windows-link v0.1.3
[INFO] [stderr]    Compiling syn v2.0.114
[INFO] [stderr]     Checking wmi v0.14.5
[INFO] [stderr]     Checking serde_json v1.0.149
[INFO] [stderr]     Checking csv v1.4.0
[INFO] [stderr]     Checking rayon v1.11.0
[INFO] [stderr]     Checking windows-strings v0.3.1
[INFO] [stderr]     Checking windows-result v0.3.4
[INFO] [stderr]     Checking windows-targets v0.53.5
[INFO] [stderr]     Checking windows-registry v0.4.0
[INFO] [stderr]     Checking crossterm v0.29.0
[INFO] [stderr]     Checking comfy-table v7.2.2
[INFO] [stderr]     Checking sysinfo v0.32.1
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]    Compiling tokio-macros v2.6.0
[INFO] [stderr]     Checking tokio v1.49.0
[INFO] [stderr]     Checking thiserror v2.0.18
[INFO] [stderr]     Checking serde v1.0.228
[INFO] [stderr]     Checking chrono v0.4.43
[INFO] [stderr]     Checking sysaudit v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0432]: unresolved imports `windows_registry::CURRENT_USER`, `windows_registry::Key`, `windows_registry::LOCAL_MACHINE`
[INFO] [stdout]  --> src/industrial.rs:8:24
[INFO] [stdout]   |
[INFO] [stdout] 8 | use windows_registry::{CURRENT_USER, Key, LOCAL_MACHINE};
[INFO] [stdout]   |                        ^^^^^^^^^^^^  ^^^  ^^^^^^^^^^^^^ no `LOCAL_MACHINE` in the root
[INFO] [stdout]   |                        |             |
[INFO] [stdout]   |                        |             no `Key` in the root
[INFO] [stdout]   |                        no `CURRENT_USER` in the root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved imports `windows_registry::CURRENT_USER`, `windows_registry::Key`, `windows_registry::LOCAL_MACHINE`
[INFO] [stdout]  --> src/software.rs:9:24
[INFO] [stdout]   |
[INFO] [stdout] 9 | use windows_registry::{CURRENT_USER, Key, LOCAL_MACHINE};
[INFO] [stdout]   |                        ^^^^^^^^^^^^  ^^^  ^^^^^^^^^^^^^ no `LOCAL_MACHINE` in the root
[INFO] [stdout]   |                        |             |
[INFO] [stdout]   |                        |             no `Key` in the root
[INFO] [stdout]   |                        no `CURRENT_USER` in the root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `windows_registry::LOCAL_MACHINE`
[INFO] [stdout]  --> src/system.rs:9:5
[INFO] [stdout]   |
[INFO] [stdout] 9 | use windows_registry::LOCAL_MACHINE;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^-------------
[INFO] [stdout]   |                       |
[INFO] [stdout]   |                       no `LOCAL_MACHINE` in the root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved imports `wmi::COMLibrary`, `wmi::WMIConnection`
[INFO] [stdout]    --> src/system.rs:133:19
[INFO] [stdout]     |
[INFO] [stdout] 133 |         use wmi::{COMLibrary, WMIConnection};
[INFO] [stdout]     |                   ^^^^^^^^^^  ^^^^^^^^^^^^^ no `WMIConnection` in the root
[INFO] [stdout]     |                   |
[INFO] [stdout]     |                   no `COMLibrary` in the root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved imports `wmi::COMLibrary`, `wmi::WMIConnection`
[INFO] [stdout]  --> src/updates.rs:7:11
[INFO] [stdout]   |
[INFO] [stdout] 7 | use wmi::{COMLibrary, WMIConnection};
[INFO] [stdout]   |           ^^^^^^^^^^  ^^^^^^^^^^^^^ no `WMIConnection` in the root
[INFO] [stdout]   |           |
[INFO] [stdout]   |           no `COMLibrary` in the root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved imports `windows_registry::CURRENT_USER`, `windows_registry::Key`, `windows_registry::LOCAL_MACHINE`
[INFO] [stdout]  --> src/industrial.rs:8:24
[INFO] [stdout]   |
[INFO] [stdout] 8 | use windows_registry::{CURRENT_USER, Key, LOCAL_MACHINE};
[INFO] [stdout]   |                        ^^^^^^^^^^^^  ^^^  ^^^^^^^^^^^^^ no `LOCAL_MACHINE` in the root
[INFO] [stdout]   |                        |             |
[INFO] [stdout]   |                        |             no `Key` in the root
[INFO] [stdout]   |                        no `CURRENT_USER` in the root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved imports `windows_registry::CURRENT_USER`, `windows_registry::Key`, `windows_registry::LOCAL_MACHINE`
[INFO] [stdout]  --> src/software.rs:9:24
[INFO] [stdout]   |
[INFO] [stdout] 9 | use windows_registry::{CURRENT_USER, Key, LOCAL_MACHINE};
[INFO] [stdout]   |                        ^^^^^^^^^^^^  ^^^  ^^^^^^^^^^^^^ no `LOCAL_MACHINE` in the root
[INFO] [stdout]   |                        |             |
[INFO] [stdout]   |                        |             no `Key` in the root
[INFO] [stdout]   |                        no `CURRENT_USER` in the root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `windows_registry::LOCAL_MACHINE`
[INFO] [stdout]  --> src/system.rs:9:5
[INFO] [stdout]   |
[INFO] [stdout] 9 | use windows_registry::LOCAL_MACHINE;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^-------------
[INFO] [stdout]   |                       |
[INFO] [stdout]   |                       no `LOCAL_MACHINE` in the root
[INFO] [stdout]   |
[INFO] [stdout]   = note: unresolved item `crate::software::tests::LOCAL_MACHINE` exists but is inaccessible
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved imports `wmi::COMLibrary`, `wmi::WMIConnection`
[INFO] [stdout]    --> src/system.rs:133:19
[INFO] [stdout]     |
[INFO] [stdout] 133 |         use wmi::{COMLibrary, WMIConnection};
[INFO] [stdout]     |                   ^^^^^^^^^^  ^^^^^^^^^^^^^ no `WMIConnection` in the root
[INFO] [stdout]     |                   |
[INFO] [stdout]     |                   no `COMLibrary` in the root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved imports `wmi::COMLibrary`, `wmi::WMIConnection`
[INFO] [stdout]  --> src/updates.rs:7:11
[INFO] [stdout]   |
[INFO] [stdout] 7 | use wmi::{COMLibrary, WMIConnection};
[INFO] [stdout]   |           ^^^^^^^^^^  ^^^^^^^^^^^^^ no `WMIConnection` in the root
[INFO] [stdout]   |           |
[INFO] [stdout]   |           no `COMLibrary` in the root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `WMIError` in crate `wmi`
[INFO] [stdout]   --> src/error.rs:14:22
[INFO] [stdout]    |
[INFO] [stdout] 14 |     Wmi(#[from] wmi::WMIError),
[INFO] [stdout]    |                      ^^^^^^^^ not found in `wmi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `WMIError` in crate `wmi`
[INFO] [stdout]   --> src/error.rs:14:22
[INFO] [stdout]    |
[INFO] [stdout] 14 |     Wmi(#[from] wmi::WMIError),
[INFO] [stdout]    |                      ^^^^^^^^ not found in `wmi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the size for values of type `str` cannot be known at compilation time
[INFO] [stdout]    --> src/industrial.rs:225:32
[INFO] [stdout]     |
[INFO] [stdout] 225 |                         if let Ok(name) = subkey.get_string("DisplayName") {
[INFO] [stdout]     |                                ^^^^^^^^ doesn't have a size known at compile-time
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `Sized` is not implemented for `str`
[INFO] [stdout] note: required by a bound in `Ok`
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/core/src/result.rs:561:4
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the size for values of type `str` cannot be known at compilation time
[INFO] [stdout]    --> src/industrial.rs:225:32
[INFO] [stdout]     |
[INFO] [stdout] 225 |                         if let Ok(name) = subkey.get_string("DisplayName") {
[INFO] [stdout]     |                                ^^^^^^^^ doesn't have a size known at compile-time
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `Sized` is not implemented for `str`
[INFO] [stdout] note: required by a bound in `Ok`
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/core/src/result.rs:561:4
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the size for values of type `str` cannot be known at compilation time
[INFO] [stdout]    --> src/software.rs:175:24
[INFO] [stdout]     |
[INFO] [stdout] 175 |             .and_then(|s| parse_install_date(&s));
[INFO] [stdout]     |                        ^ doesn't have a size known at compile-time
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `Sized` is not implemented for `str`
[INFO] [stdout]     = note: all function arguments must have a statically known size
[INFO] [stdout]     = help: unsized fn params are gated as an unstable feature
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the size for values of type `str` cannot be known at compilation time
[INFO] [stdout]    --> src/software.rs:175:24
[INFO] [stdout]     |
[INFO] [stdout] 175 |             .and_then(|s| parse_install_date(&s));
[INFO] [stdout]     |                        ^ doesn't have a size known at compile-time
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `Sized` is not implemented for `str`
[INFO] [stdout]     = note: all function arguments must have a statically known size
[INFO] [stdout]     = help: unsized fn params are gated as an unstable feature
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0277, E0425, E0432.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0277`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `sysaudit` (lib) due to 8 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] Some errors have detailed explanations: E0277, E0425, E0432.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0277`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `sysaudit` (lib test) due to 8 previous errors
[INFO] running `Command { std: "docker" "inspect" "e696dc4803bac6bc73b171117b662a34f3598b3d074027c99db45551ccb35001", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e696dc4803bac6bc73b171117b662a34f3598b3d074027c99db45551ccb35001", kill_on_drop: false }`
[INFO] [stdout] e696dc4803bac6bc73b171117b662a34f3598b3d074027c99db45551ccb35001
